.TH E1432_SRC_RXFR 3 E1432
.SH NAME
.nf
e1432_src_rxfr \- Raw multiblock write to source
.fi
.IX e1432_src_rxfr(3) 3
.SH SYNOPSIS
.cS
SHORTSIZ16 e1432_src_rxfr(E1432ID hw, SHORTSIZ16 src_chan, LONGSIZ32 numwords,
               LONGSIZ32 *dptr, LONGSIZ32 mode)
.cE
.SH DESCRIPTION
\fIe1432_src_rxfr\fR calls \fIe1432_write_srcbuffer_data\fR, with
multiple transfer blocks if needed, to write \fInumwords\fR of \fIdptr\fR
data to source, without any protocol wrapper.

\fIsrc_chan\fR is the ID of a single channel.

\fInumwords\fR is the size of the file in 4 byte words.

\fIdptr\fR points to the location in memory of the data to be transferred.

\fImode\fR is the \fIe1432_write_srcbuffer_data\fR write mode.


.SH "RETURN VALUE"
Return 0 if successful, a (negative) error number otherwise.
.SH "SEE ALSO"
.na
e1432_write_srcbuffer_data(3)
.ad
